CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scan line

搜索资源列表

  1. Polygon-Scan

    1下载:
  2. 利用OpenGL来编程实现多边形扫描线算法,要实现不容易,需要多次编译。 -to use OpenGL Programming polygon scan-line algorithm, is not easy to achieve the required number of compiler.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:5132
    • 提供者:CYJ
  1. scan-line

    2下载:
  2. 这是本人整理的区域填充算法中种子扫描线算法的vc 源代码,希望能给学习计算机图形学的编程初学者一点帮助-this is my finishing area filling algorithm seed scan line algorithm vc source code, hope that they will learn computer graphics programming help beginners 1:00
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:1588
    • 提供者:赵先生
  1. Scanline

    1下载:
  2. 扫描线算法,包括区域填充算法、种子填充算法等-Scan line algorithm, including regional filling algorithm, seed fill algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-09
    • 文件大小:56159
    • 提供者:侯锦
  1. DDA_Line

    0下载:
  2. 使用MATLAB 6.5开发,DDA算法画直线-The development of the use of MATLAB 6.5, draw a straight line scan line algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:782
    • 提供者:流星
  1. floodfill

    0下载:
  2. example of floodfill and scan-line algorithsm for filling bordered area. Source code is in c++.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6643
    • 提供者:mirre
  1. Scan-line-seed-fill

    1下载:
  2. 种子扫描线填充,动态画多边形,并填充颜色。-Scan line seed fill, dynamic polygon drawing and filling color.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-09
    • 文件大小:1398076
    • 提供者:王上册
  1. circle

    0下载:
  2. 基于vb的圆的扫描线填充算法,通俗易懂,便于理解和操作,有详细说明-Vb round based on the scan line fill algorithm, user-friendly, easy to understand and operate, is described in detail
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:3981
    • 提供者:姚月
  1. Scan-LinePolygonFillAlgorithm)

    0下载:
  2. 扫描线多边形填充算法适用于水平扫描线的逐行填充-Scan-Line Polygon Fill Algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:5942
    • 提供者:zhao_xinping
  1. scan

    0下载:
  2. Program to use your camera as a scanner. Automatically detects the page on the picture.-Descr iption Useful program if you don t have a scanner or need to scan quickly a lot of pages. It detects the page on the picture, make it rectangular, cut th
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:2016
    • 提供者:谢冉
  1. Scan-line-filling

    0下载:
  2. 可以实现扫描线填充的算法,语言为C++,在VS2008中实现的程序-Can scan line fill algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-05-27
    • 文件大小:10553166
    • 提供者:乔晶
  1. Scan-Line-Seed-Fill

    0下载:
  2. Visual Basic 扫描线种子填充.-Visual Basic for Scan line seed fill algorithm.
  3. 所属分类:Scanner

    • 发布日期:2017-03-28
    • 文件大小:9024
    • 提供者:谢拉
  1. Seed-filling-the-scan-line-algorithm

    0下载:
  2. 计算机图像学中的简单实用的种子填充扫描线算法-Simple and practical in the seed in the school of computer image to fill the scan line algorithm
  3. 所属分类:Graph Drawing

    • 发布日期:2017-03-28
    • 文件大小:211623
    • 提供者:袁剑
  1. scan-line

    0下载:
  2. scan line program using opengl
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1066
    • 提供者:appu0303
  1. polygon-scan-line

    0下载:
  2. 此程序用于演示和验证多边形转换的扫描线算法。-This program is used to demonstrate and validate polygon scan line conversion algorithm.
  3. 所属分类:Graph Drawing

    • 发布日期:2017-11-11
    • 文件大小:62013
    • 提供者:王崇来
  1. Scan-Line-Seed-Fill-Algorithm

    0下载:
  2. 计算机图形学多边形填充算法,扫描线种子填充的伪代码-Computer graphics polygon fill algorithm, scan line seed fill pseudo code
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:6869
    • 提供者:灿钿
  1. Scan-Line-Seed-Fill-Algorithm

    0下载:
  2. 扫描线种子填充算法,基于C++面向对象。-Scan line seed fill algorithm, based on C++ object-oriented
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-17
    • 文件大小:4425639
    • 提供者:chenshuli
  1. X-ray-scan-line-algorithm

    0下载:
  2. X-扫描线算法,按扫描线顺序,计算扫描线与多边形的相交区间,再用要求的颜色显示这些区间的所有象素。可以运行-X-ray scan line algorithm, can run
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:224746
    • 提供者:pangjyong
  1. Arbitrary-polygon-scan-line-filling

    0下载:
  2. 这是一个运用OpenGL编程的实例,是在VC++6.0中编写的一个控制台程序,能够实现任意多边形的填充,基于的算法是扫描线填充算法。-This is a use of OpenGL programming examples, is a console program written in VC++6.0, filling to achieve arbitrary polygon, the algorithm is based on scan line filling algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:2962
    • 提供者:谢伟康
  1. scan-line-filling-algorithm

    0下载:
  2. 用opengl实现扫描线填充算法 程序可正常运行-Use opengl achieve scan line filling algorithm Program can be run properly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:2672
    • 提供者:wangxiaochen
  1. Polygon-scan-line-filling

    1下载:
  2. 多边形扫描线填充,opengl源程序,vc-Polygon scan line filling, opengl source code, vc++
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:238881
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com